home *** CD-ROM | disk | FTP | other *** search
- From: Jim_Marshall@msn.com (Jim Marshall)
- Subject: Re: Peeking Memory with Visual C++ 4.0
- Date: 2 Apr 96 05:08:13 -0800
- References: <4j9j5s$dnr@reader2.ix.netcom.com> <4jc3mq$gu0@cloner2.ix.netcom.com>
- Message-ID: <00001a81+0000b0ea@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- AFAIK - You can not directly touch system memory (including bios)
- from USER mode code in WIN32 (a regular EXE). In order to do that
- you would need to write a device driver.
-
- JJM
-